home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Grafik / Paint / AmiCAD / AmiCAD.readme < prev    next >
Encoding:
Text File  |  1999-12-03  |  10.0 KB  |  239 lines

  1. Short:      Schematics vectorial electronics program
  2. Uploader: Roland.Florac@wanadoo.fr (Roland Florac)
  3. Author:   Roland.Florac@wanadoo.fr (Roland Florac)
  4. Type:      gfx/edit
  5. Version:  1.5
  6. Requires: 0S 3.0+, 68020+, bgui.library v39 (opt)
  7. Distribution: Aminet
  8.  
  9. This program lets you design electronics drawings (and more).
  10. The docs are in french language but the executable is in english,
  11. the english guide is joined but not yet finished.
  12. The french, deutsch, spanish, italian, czech and slovenian catalogs
  13. and their sources (if available) are included.
  14.  
  15. Please send me the catalogs for your languages, they will be included
  16. in future versions. If someone is interested to do the traduction of the
  17. guide file in english (even for parts of it), please let me know (I just
  18. begin to do the job, but I have no time for it for the moment).
  19.  
  20. THIS SOFTWARE IS GIFTWARE/EMAILWARE, NOT IN THE PUBLIC DOMAIN !
  21.  
  22. IT'S STRICTLY FORBIDDEN TO INCLUDE THIS ARCHIVE IN ANY KIND OF SOFTWARE
  23. COLLECTION EXCEPT AMINET FILESERVER, AMINET CD'S OR BY A EXPLICIT
  24. PERMISSION FROM ME !
  25.  
  26. THIS SOFTWARE IS PROVIDED "AS IS". NO REPRESENTATIONS OR WARRANTIES ARE
  27. MADE WITH RESPECT TO THE ACCURACY, RELIABILITY, PERFORMANCE, CURRENTNESS,
  28. OR OPERATION OF THIS SOFTWARE, AND ALL USE IS AT YOUR OWN RISK !
  29.  
  30. In this new version, the program handle a toolbar. This toolbar is defined
  31. with an IFF file, the commands associated are defined in the .info file, in
  32. the tooltypes. With some little job you can define your own toolbar to suit
  33. your needs (you have to load and edit the IFF file, then edit the tooltypes).
  34. Note: you can edit the tooltypes with AmiCAD: for that select the toolbar,
  35. clicking on the drag bar, then click with the right mouse button on the icon
  36. you want to edit), but you have to define the tooltypes COLUMNS and LINES
  37. first to know how many icons are present in the bar. See the examples in
  38. the ToolBars drawer for information. Many of these toolbars can only be
  39. used in a big screen (800x600 or more).
  40. Send me your toolbars for the next release, I'll join them in the archive.
  41.  
  42. Problem: I have tried to write a new routine for printing bands (not all
  43. the screen in one pass), but it was not working (I got allways a line feed
  44. after each band). I set the SPECIAL_NOFORMFEED flag but something was
  45. surely wrong... Can someone help me? Perhaps it's a problem with the
  46. printer driver (I use HP_Deskjet)?
  47.  
  48. Features:
  49. ---------
  50. - Installer scripts (french and english),
  51. - Object oriented,
  52. - use the mouse whenever possible to draw and edit objects,
  53. - multiple windows at the same time, allowing copy or cut from
  54. one sheet to another,
  55. - possibility to convert AmiCAD sheets to vector GFX formats, using
  56. the amigametaformat.library (Henk Jonas),
  57. - good printing (while not very user friendly, a ratio must be
  58. adjusted to your printer),
  59. - AmigaGuide help,
  60. - ARexx port, with about 150 functions,
  61. - possibility to create Spice netlists (using ARexx scripts)...
  62.  
  63. Note: some users asked me to write a library editor, don't expect me
  64. to do it now, I don't need it and I had no such returns for this proggy
  65. to write it.
  66.  
  67. Changes (version 2.1):
  68. ----------------------
  69. - a toolbar (optional, can be edited with a Paint program),
  70. - some bugs removed, many little code optimizations.
  71.  
  72. Requirements:
  73. -------------
  74. Hardware
  75. - MC68020 or higher
  76. - AGA chipset or GFX card recommended for high screen resolutions.
  77.  
  78. Software
  79. - AmigaOS v39 (system 3.0) or higher
  80. - bgui.library (only for loading components easily from libraries).
  81. This library is not supplied in the package.
  82.  
  83. Version 2.0
  84. -----------
  85. - new zoom function (from 25% to 1000%),
  86. - scaling is now given in percentage (100 gives scale 1),
  87. - some memory errors and macros menus solved,
  88. - some new ARexx functions (CURSMODE, SETORTHO, SNAPGRID, GETLINE, GETZONE, ZOOM)
  89. and changes (ASK converted to ASKTEXT and ASKNUM, REQFILE, SETSCALE...)
  90. - middle mouse support (selection of a sheet)...
  91.  
  92. Version 1.5
  93. -----------
  94. - AmiCAD2META bug corrected (did'nt work with new libraries, thanks to
  95. Henk Jonas for reporting the bug),
  96. - new requester for interrupting printing if needed, new error messages,
  97. - better saving speed (I hope),
  98. - saving the Preferences/Full name in AmiCAD.prefs,
  99. - new user menu (not yet finished, but works),
  100. - new square junctions (alternate symbol),
  101. - problem with bgui requester hopefully solved under PAL screens,
  102. - some little bugs and CyberGuard hits removed (like in PENWIDTH function)...
  103.  
  104. Version 1.4
  105. -----------
  106. - french installation bug removed.
  107. - new functions: GETDEVS, GROUP, UNGROUP, FINDOBJ, FINDLINE, PINCOL,
  108. PINLINE, PINNUM and DEVPINS.
  109. - ARexx scripts for creating Spice netlists.
  110. - Lock bug fixed (thanks to Grzegorz Kraszewski) while loading files.
  111.  
  112. Version 1.3
  113. -----------
  114. - english guide (not yet finished).
  115. - The undo bug is fixed (I hope...) Some bugs with boxes (printing
  116. and import from clip file) are fixed.
  117. - Boxes and components can now be drawn in dashed lines.
  118. - new function BOX.
  119. - new tooltype GRIDSIZE (from an idea of Graham Maddox).
  120. - some functions enhancements: WRITE, INPUT, OUTPUT...
  121. - some new (AddRefs...) or enhanced ARexx scripts.
  122. - New slovenian catalog from Daniel Krstic (no source available).
  123. - some changes in the libraries including AOP (power lines drawn
  124. only for the first device of a part). See the sheet file "Symboles
  125. analogiques" to see the different models of circuits available.
  126.  
  127. Version 1.2
  128. -----------
  129. - The screen has now 16 colors, different colors are used for the
  130.   components, wires, etc... Just adjust the palette to your needs
  131.   or load the file AmiCAD.palette if you want to keep your old
  132.   config file.
  133. - Some bugs corrected: DATE, DEF, SETDEV, SETGRID, REMLIB...
  134. - New functions SAVEALL and GETCOLOR
  135. - Better Symmetry handling, rotations, symmetry, scaling can now be
  136.   performed on clips.
  137. - New box object.
  138. - New Preferences menu (Full name in the title bar).
  139. - The format of the title bar has changed (suggest from Sébastien
  140.   VEYRIN-FORRER).
  141. - Better and new ARexx scripts.
  142. - Italian catalog (thanks to Massimo Basso), new spanish catalog
  143.   from Benjamin Morente (source not available).
  144. - Possibility to localize the library files (italian and english
  145.   versions available for Symboles_AmiCAD and Symboles_électriques).
  146.  
  147. Version 1.1
  148. -----------
  149. - ConfigFile.library is no more needed. The configuration file is now
  150.   called AmiCAD.prefs (not compatible with the older files, but can be
  151.   adapted with a text editor),
  152. - better install script,
  153. - Deutsch catalog (thanks to Henk Jonas),
  154. - Czech catalog (thanks to Vit Sindlar),
  155. - Spanish catalog (thanks to Benjamin Morente),
  156. - Workbench screen is now cloned (except number of colors) if no prefs
  157.   are valid,
  158. - some little bugs are corrected (SYMMETRY, LOADCLIP...),
  159. - New tooltypes SHEET_WIDTH and SHEET_HEIGHT,
  160. - new ARexx functions SETPINS and COORDS,
  161. - Some code optimisations (program has new features but is shorter),
  162. - Possibility to set lines to any width for all objects,
  163. - better cursor arrow keys handling,
  164. - groups handling modified (surely better),
  165. - AGA screens colors bug hopefully corrected,
  166. - new requesters in separate windows...
  167.  
  168. Installation
  169. ------------
  170. Use the "install english" installer script (or the "installation
  171. français" script if you are a french language user). You'll also
  172. need Installer from AT to do the job.
  173. You can also use the program only after you unarchive it, just
  174. copy the AmiCAD directory anywhere you want...
  175.  
  176. Usage
  177. -----
  178. Click on the AmiCAD icon to start the program. The first time, as the
  179. preferences are not set correctly, a screen at the dimensions of the
  180. Workbench screen will be opened. You can then change the screen mode
  181. with the Preferences menu. Choose a font for the screen with the font
  182. requester, choose your palette, then save the configuration before
  183. leaving the program to keep your choices.
  184. Use the Draw menu to get objects on the window. Double click on the
  185. objects if you want to modify one of them. You can also use the mouse
  186. with the left button pushed to select multiple parts (in combination
  187. with the shift key to extend a selection, and the ctrl key to
  188. deselect some objects). You can also move objects with the mouse,
  189. dragging them with the left button. To modify a line, click on one
  190. of the extremity and drag it with the mouse (or use the cursor keys
  191. in combination with the shift (optionnal) and alt or ctrl keys for
  192. adjusting each extremity). The other functions should be self
  193. explanatory, I hope. Use the Draw and Edition menus.
  194. You'll also have to set the icon tooltypes to your needs.
  195.  
  196. Note to CyberVision users
  197. -------------------------
  198. The program works pretty well under CyberGraphX but there are some
  199. visual problems under this system: when you draw some components
  200. with filled areas, like triangles or boxes, the complement mode
  201. doesn't work at all, so there are many traces on the screen. This
  202. bug has been reported to Phase 5 but there is no correction for the
  203. moment... Use the Z key to redraw the screen and all will be corrected.
  204. This problem doesn't appear under Amiga native modes. This problem
  205. is not present under the Picasso system.
  206.  
  207. Credits
  208. -------
  209. The deutsch catalog was written by Henk Jonas:
  210.     subvcbhd@calvados.zrz.TU-Berlin.DE
  211. The czech catalog was written by Vit Sindlar:
  212.     SINDLAR@jackal.cis.vutbr.cz
  213. The spanish catalog was written by Benjamin Morente:
  214.     ackman@mx3.redestb.es
  215. The italian catalogs were written by Massimo Basso:
  216.     cralex@amiga.dei.unipd.it
  217. The slovenian catalogs were written by Daniel Krstic:
  218.     danny.k@www.comtron.si
  219.  
  220.     Some clips and sheet were also provided by Benjamin
  221.     Morente: PIC16C54_DIP, PIC16C54_SSOP, PIC16C56_DIP,
  222.     PIC16C56_SSOP and the RF_Amp sheet.
  223.  
  224.     Some sheets were supplied by Sébastien VEYRIN-FORRER (Renard...)
  225.     forr@club-internet.fr
  226.  
  227.     Some projects were supplied by Graham Maddox (6w_Stereo_Amp
  228.     and Transistor_Tester, MS100-PA, 100W_Linear_Amp...):
  229.     gmaddox@netcentral.co.uk
  230.  
  231. Thanks to them all, but specially for Graham Maddox and Sébastien
  232. Veyrin-Forrer for their support.
  233.  
  234. Thanks to:
  235. ----------
  236.     Krashan/BlaBla (krashan@amiga.org.pl) for their VRastport routines: they
  237.     gave me some help to write the zoom routines.
  238.     Giovanni Bianchessi (bgio@infoplus.it) for his generous gift (the ONLY one).
  239.